From: kfraser@localhost.localdomain Date: Tue, 17 Oct 2006 16:27:11 +0000 (+0100) Subject: [SOLARIS] Fix Xen build. ACPI headers aren't Linux-specific. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15589^2~79 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=37dbdb0a00d857c0da88724a0f728edbfb7d15bb;p=xen.git [SOLARIS] Fix Xen build. ACPI headers aren't Linux-specific. Signed-off-by: Keir Fraser --- diff --git a/xen/include/acpi/platform/acenv.h b/xen/include/acpi/platform/acenv.h index 5a956b549b..c259c4afa7 100644 --- a/xen/include/acpi/platform/acenv.h +++ b/xen/include/acpi/platform/acenv.h @@ -119,7 +119,7 @@ /*! [Begin] no source code translation */ -#if defined(__linux__) +#if 1 /*defined(__linux__)*/ /* XEN: suitable for all supported build OSes */ #include "aclinux.h" #elif defined(_AED_EFI)